tests/directory: Remove unnecessary dummy registry URL for crates.io
authorJosh Triplett <josh@joshtriplett.org>
Thu, 2 Mar 2017 00:35:42 +0000 (16:35 -0800)
committerJosh Triplett <josh@joshtriplett.org>
Thu, 2 Mar 2017 00:35:42 +0000 (16:35 -0800)
Older versions of cargo required this; current versions do not.  All of
the tests still pass with it removed.

tests/directory.rs

index 9d6dcf1477ff5daac42226f62913b5020a8a49dc..55f588ab27c6d261b220d2867659b86bddd20851 100644 (file)
@@ -20,7 +20,6 @@ fn setup() {
     t!(fs::create_dir(&root.join(".cargo")));
     t!(t!(File::create(root.join(".cargo/config"))).write_all(br#"
         [source.crates-io]
-        registry = 'https://wut'
         replace-with = 'my-awesome-local-registry'
 
         [source.my-awesome-local-registry]